Platform Explorer / Nuxeo Platform 6.0

Extension point resourceadapters

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.relations.descriptors.ResourceAdapterDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-comment-6.0.jar
    <extension point="resourceadapters" target="org.nuxeo.ecm.platform.relations.services.RelationService">
        <!-- XXX AT: this namespace should have an ending slash -->
        <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/comments/uid"/>
      </extension>
  • nuxeo-platform-relations-core-6.0.jar
    <extension point="resourceadapters" target="org.nuxeo.ecm.platform.relations.services.RelationService">
        <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid/"/>
        <!-- compat with incorrect code -->
        <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid"/>
      </extension>